home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4490 / 4490.xpi / chrome / wmn.jar / content / preferences.css < prev    next >
Cascading Style Sheet File  |  2007-08-03  |  2KB  |  75 lines

  1. /*
  2. # -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  3. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # The Original Code is the Firefox Preferences System.
  16. #
  17. # The Initial Developer of the Original Code is Scott MacGregor.
  18. # Portions created by the Initial Developer are Copyright (C) 2005
  19. # the Initial Developer. All Rights Reserved.
  20. #
  21. # Contributor(s):
  22. #   Scott MacGregor <mscott@mozilla.org>
  23. #
  24. # Alternatively, the contents of this file may be used under the terms of
  25. # either the GNU General Public License Version 2 or later (the "GPL"), or
  26. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27. # in which case the provisions of the GPL or the LGPL are applicable instead
  28. # of those above. If you wish to allow use of your version of this file only
  29. # under the terms of either the GPL or the LGPL, and not to allow others to
  30. # use your version of this file under the terms of the MPL, indicate your
  31. # decision by deleting the provisions above and replace them with the notice
  32. # and other provisions required by the GPL or the LGPL. If you do not delete
  33. # the provisions above, a recipient may use your version of this file under
  34. # the terms of any one of the MPL, the GPL or the LGPL.
  35. #
  36. # ***** END LICENSE BLOCK *****
  37. */
  38.  
  39. /* File Field Widget */
  40. filefield {
  41.   margin: 2px 4px 2px 4px;
  42.   -moz-appearance: textfield;
  43. }
  44.  
  45. .fileFieldContentBox {
  46.   background-color: -moz-Dialog;
  47.   color: -moz-DialogText;
  48.   margin: 1px;
  49. }
  50.  
  51. filefield[disabled="true"] .fileFieldContentBox {
  52.   -moz-opacity: 0.5;
  53. }
  54.  
  55. filefield[disabled="true"] .fileFieldIcon {
  56.   -moz-opacity: 0.2;
  57. }
  58.  
  59. .fileFieldIcon {
  60.   width: 16px;
  61.   height: 16px;
  62.   margin-top: 2px;
  63.   margin-bottom: 2px;
  64.   -moz-margin-start: 2px;
  65.   -moz-margin-end: 4px;
  66. }
  67.  
  68. .fileFieldLabel {
  69.   -moz-appearance: none;
  70.   background-color: transparent;
  71.   border: none;
  72.   padding: 1px 0px 0px 0px;
  73.   margin: 0px;
  74. }
  75.